home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / pam.d / other < prev    next >
Text File  |  2009-09-04  |  520b  |  17 lines

  1. #
  2. # /etc/pam.d/other - specify the PAM fallback behaviour
  3. #
  4. # Note that this file is used for any unspecified service; for example
  5. #if /etc/pam.d/cron  specifies no session modules but cron calls
  6. #pam_open_session, the session module out of /etc/pam.d/other is
  7. #used.  If you really want nothing to happen then use pam_permit.so or
  8. #pam_deny.so as appropriate.
  9.  
  10. # We fall back to the system default in /etc/pam.d/common-*
  11.  
  12. @include common-auth
  13. @include common-account
  14. @include common-password
  15. @include common-session
  16.